Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

relish rake task #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

relish rake task #22

wants to merge 2 commits into from

Conversation

kucaahbe
Copy link

I guess it would be useful to write in Rakefile:

require 'relish/rake/tasks'
namespace :relish do
  Relish::Rake::PushTask.new(:push) do |t|
     t.project_name = 'gemname'
     t.version      = Gemname::VERSION
   end
end

task 'release' => 'relish:push'

so gem development could be more automated.

@mattwynne
Copy link
Contributor

Thanks for this, I'm going to add some tests before I merge it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants